projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e3ed33
)
avrdude: fix build of new version
author
Hauke Mehrtens
<
[email protected]
>
Thu, 6 Feb 2014 23:29:56 +0000
(23:29 +0000)
committer
Hauke Mehrtens
<
[email protected]
>
Thu, 6 Feb 2014 23:29:56 +0000
(23:29 +0000)
Signed-off-by: Hauke Mehrtens <
[email protected]
>
SVN-Revision: 39522
utils/avrdude/Makefile
patch
|
blob
|
history
diff --git
a/utils/avrdude/Makefile
b/utils/avrdude/Makefile
index e52d50b81c52d0ea1d08483e1d29349aff8f6333..015f0f4092392b93f827d4be5fe8701d5a921d1c 100644
(file)
--- a/
utils/avrdude/Makefile
+++ b/
utils/avrdude/Makefile
@@
-22,7
+22,7
@@
define Package/avrdude
CATEGORY:=Utilities
TITLE:=AVR Downloader/UploaDEr
URL:=http://www.bsdhome.com/avrdude/
- DEPENDS:=+libncurses +libreadline +libusb-compat
+ DEPENDS:=+libncurses +libreadline +libusb-compat
+libftdi
endef
define Package/avrdude/description
@@
-38,6
+38,9
@@
CONFIGURE_ARGS+= \
--disable-doc \
--disable-parport \
+CONFIGURE_VARS += \
+ ac_cv_lib_elf_elf_begin=no \
+
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \